home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / XiTree.col (.txt) < prev   
Text File  |  1994-06-22  |  339b  |  25 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. object userWidget : XiTree {
  13.     arguments {
  14.         XmNx = 0;
  15.         XmNy = 0;
  16.         XmNwidth = 20;
  17.         XmNheight = 20;
  18.     };
  19.     controls {
  20.     };
  21.     callbacks {
  22.     };
  23. };
  24. end module;
  25.